home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / GW AdaEd 1.4.2 / GWAdaDemos / NYUDemos / DEMOS.DOC < prev    next >
Text File  |  1994-01-10  |  1KB  |  63 lines

  1. This folder contains a set of demos included in NYU's original
  2. distribution of Ada/Ed.
  3.  
  4. The following is a list of the scripts necessary to run each demo program.
  5. Simple type the corresponding runX file for the demo you want to execute.
  6. In general the list is start with several simple programs working its
  7. way to more interesting and complex programs towards the end of the list.
  8.  
  9. Note: the RunX files are not present on the Mac.
  10.  
  11. test.ada     -- run1
  12. a simple Hello World program to test whether the compiler is working
  13.  
  14. en.ada       -- run2
  15. simple enumeration io, etc.
  16.  
  17. factr.ada     -- run3
  18. simple factorial program
  19.  
  20. primes.ada    -- run4
  21. simple primes
  22.  
  23. pi.ada        -- run5
  24. simple pi program
  25.  
  26. genqsort.ada    -- run6
  27. generic quicksort 
  28.  
  29. dates3.ada    -- run7
  30. task.ada    -- run8
  31. producer-consumer program
  32.  
  33. phil.ada    -- run9
  34. NYU's dining philospher's
  35.  
  36. spath.ada    -- runa
  37. parallel shortest-path finder
  38.  
  39. list.ada    -- runb
  40. topsort.ada    -- runb
  41. concord.ada    -- runb
  42. topological sort and concordance programs
  43.  
  44. random.ada    -- runc
  45. semaphor.ada    -- runc
  46. intio.ada    -- runc
  47. screenio.ada    -- runc
  48. maze.ada    -- runc
  49. new_maze.ada    -- runc
  50. draw.ada    -- runc
  51. hilbert.ada    -- runc
  52. maze program and hilbert curves
  53. see maze.doc
  54.  
  55. cli.ada
  56. pager_part1.ada
  57. pager_part2.ada
  58. Rick Conn's pager program - see pager2.doc
  59.  
  60. primes3.ada    -- runf
  61. parallel primes generator
  62.  
  63.